home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / rbcomm33.arc / README < prev    next >
Text File  |  1991-02-02  |  4KB  |  106 lines

  1. RBcomm v3.31
  2.  
  3. If you have been using RBcomm v3.01 or earlier, you will need to
  4. recompile all of your macro files, as the internal structure has changed
  5. significantly.    However, no harm will result if you forget to do so
  6. since RBcomm v3.1+ will complain on outdated macro files.
  7.  
  8. ------------------------------------------------------------------------
  9. See RBCOMM.DOC for full details on the following:
  10.  
  11. New macro commands
  12. ------------------
  13.  
  14.     DISPLAY "string"
  15.     like MESSAGE, but always displays at current cursor position,
  16.     and advances the cursor
  17.  
  18.     MDIAL "phone-number"
  19.     manual dial, same as 'M' on dialing directory screen
  20.  
  21.     PACECHAR 'c'
  22.     wait for the specified character after each line on TYPEing a
  23.     file to the remote system.  Default is '^M'
  24.  
  25.     SAVE_SCREEN ON|OFF
  26.     determine whether the current screen will be saved when executing
  27.     external programs (other than file transfers).
  28.  
  29.     SCROLLBACK
  30.     invoke the scrollback pager.
  31.  
  32.     SELECT_SCREEN num
  33.     switch to the specified screen, or pop up a menu if 'num' is
  34.     PROMPT.
  35.  
  36. New variable expansions
  37. -----------------------
  38.  
  39.     %N  name of the remote system (from dialing directory)
  40.     %w  current sWitch character
  41.  
  42. New commandline options (not case-sensitive)
  43. --------------------------------------------
  44.  
  45.     -Cn    select COMn
  46.     -Ddir    specify the RBcomm directory
  47.     -Mfile    specify the name of the default macro file
  48.         -Nfile  specify name of the dialing directory.  This option replaces
  49.         the RBCDIAL environment variable used in the previous
  50.         release
  51.     -Pparm    set port parameters for the current default port
  52.         numlst  specify a list of numbers to dial immediately
  53.  
  54. New environment variables
  55. -------------------------
  56.  
  57.     SWAPDIR overrides the directory for swapping set by RBCONFIG
  58.     RBCOMM now contains commandline options instead of the data directory
  59.  
  60. ------------------------------------------------------------------------
  61.  
  62. RBcomm can now search the path for EXEC and EXECN, which results in a slight
  63. change in the command string.  You will need to change any EXECs which use
  64. the "!" prefix in one of the following two ways:
  65.  
  66.       . if the command is internal to COMMAND.COM, replace the exclamation
  67.     mark with "%VCOMSPEC% %wc " (without the quotes, of course)
  68.  
  69.       . otherwise, simply remove the "!"
  70.  
  71. ------------------------------------------------------------------------
  72.  
  73. If you have been using the RBcomm v3.21 or earlier Unix "termcap" entry,
  74. please replace it with the new entry.  The move-cursor command has
  75. changed from ^E to ^_.    ^E is now the VT100 answerback request.
  76. Similarly, the cursor-up command has been changed from ^A to ^^ since
  77. UnixWindows uses ^A.
  78.  
  79. ------------------------------------------------------------------------
  80.  
  81. Terminal emulation:
  82.  
  83.     BBS and AVATAR modes have been combined into a single emulation.
  84.     The 'T' type in the dialing directory and on the Set Parameters
  85.     menu is no longer supported.
  86.  
  87.     ^FA, ^FB, and ^FC have changed.  ^FA no longer does anything;
  88.     ^FB switches to the specified virtual terminal, and ^FC does
  89.     a clear-screen on the specified virtual terminal.
  90.  
  91. ------------------------------------------------------------------------
  92.  
  93. Planned changes:
  94.  
  95.     The RBcomm private emulation commands will be switched around
  96.     somewhat to accomodate full-time AVATAR availability.
  97.  
  98.     A 250-entry dialing directory!    This will necessitate some
  99.     changes in the macro commands related to dialing.
  100.  
  101.         The Alt-M macro learning feature and SAVE_MACRO/UI_MENU commands
  102.         will disappear, because enhancements to the macro language which
  103.         I am contemplating will make it infeasible to change a compiled
  104.     macro file at run time.  However, this will probably not happen
  105.     in the next release, but only in the one after that.
  106.